xm: fix message in OptionError deprecated since Python 2.6
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Dec 2009 08:47:49 +0000 (08:47 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Dec 2009 08:47:49 +0000 (08:47 +0000)
commit2cdc56dff4deea9438faad1013f49e9ceeaa15b2
tree3f11204805965d1379918cfb48cafeb29ef20d56
parentc17b36d5dc792cfdf59b6de0213b168bec0af8e8
xm: fix message in OptionError deprecated since Python 2.6

BaseException.message has been deprecated since Python 2.6.  To
prevent DeprecationWarning from popping up over this pre-existing
attribute, use a new property that takes lookup precedence.

Signed-off-by: Wei Kong <weikong.cn@gmail.com>
tools/python/xen/xm/opts.py